名前 | 解説 | |
---|---|---|
GetItemType | Gets the type of the item. | |
IndexOf | Gets the index of the specified item. | |
MoveCurrentTo | Sets the specified item in the view as the current item. | |
MoveCurrentToFirst | Sets the first item in the view as the current item. | |
MoveCurrentToLast | Sets the last item in the view as the current item. | |
MoveCurrentToNext | Sets the item after the CurrentItem in the view as the CurrentItem. | |
MoveCurrentToPosition | Sets the item at the specified index in the view as the current item. | |
MoveCurrentToPrevious | Sets the item before the CurrentItem in the view as the CurrentItem. |